home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Animation Wizard.dir / 00006_TextField.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  197 b   |  12 lines

  1. property iFieldName
  2.  
  3. on birth me, theFieldName, theInitialText
  4.   set iFieldName to theFieldName
  5.   set the text of field iFieldName to theInitialText
  6.   return me
  7. end
  8.  
  9. on mValidate me
  10.   return 1
  11. end
  12.